Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei:   Sprache: Unknown

Columbo aufrufen.patch zum Wurzelverzeichnis wechselnSML {SML[168] Coq[185] BAT[265]}Datei anzeigen

--- bullet_forms.c Wed Sep 24 22:03:42 1997
+++ bullet_forms.c.patched Wed Sep 24 22:05:31 1997
@@ -3,6 +3,10 @@
 #include "forms.h"
 #include <stdlib.h>
 #include "bullet_forms.h"
+#include "bmtable.h"
+#include "filetools.h"
+
+extern int mono_video;
 
 FD_form_bullet *create_form_form_bullet(void)
 {
@@ -10,10 +14,28 @@
   FD_form_bullet *fdui = (FD_form_bullet *) fl_calloc(1, sizeof(*fdui));
 
   fdui->form_bullet = fl_bgn_form(FL_NO_BOX, 370, 390);
+  fl_set_border_width(-1);
   obj = fl_add_box(FL_UP_BOX,0,0,370,390,"");
-  fdui->replace_this_with_a_BMTable = obj = fl_add_pixmapbutton(FL_NORMAL_BUTTON,90,105,260,180,"");
-    fl_set_object_boxtype(obj,FL_NO_BOX);
-    fl_set_pixmapbutton_file(obj, "psnfss2.xpm");

+  // make the border thick again to improve the bmtable looks
+  fl_set_border_width(-3);

+  fdui->bmtable_bullet_panel = obj = fl_add_bmtable(1, 90, 105, 265, 180, "");
+     fl_set_object_callback(obj, BulletBMTableCB, 0);
+     fl_set_object_lcol(obj, FL_BLUE);
+     fl_set_object_boxtype(obj, FL_UP_BOX);
+     if (mono_video) {
+        fl_set_bmtable_file(obj, 6, 6,
+                           LibFileSearch("images",
+                                         "standard.xbm").c_str());
+     }
+     else {
+        fl_set_bmtable_pixmap_file(obj, 6, 6,
+                                  LibFileSearch("images",
+                                                "standard.xpm").c_str());
+    }
+
+  fl_set_border_width(-1);
   obj = fl_add_frame(FL_ENGRAVED_FRAME,95,20,255,70,"");
   obj = fl_add_frame(FL_ENGRAVED_FRAME,0,340,370,50,"");
   fdui->choice_bullet_size = obj = fl_add_choice(FL_NORMAL_CHOICE,15,45,65,30,"Size|#z");
@@ -38,5 +60,7 @@
     fl_set_object_lsize(obj,FL_NORMAL_SIZE);
     fl_set_object_lstyle(obj,FL_FIXED_STYLE);
+    fl_set_input_return(obj, FL_RETURN_CHANGED);
+    fl_set_input_maxchars(obj,80);
     fl_set_object_callback(obj,InputBulletLaTeXCB,0);
 
   fdui->radio_bullet_depth = fl_bgn_group();

[ Original von:0.103Diese Quellcodebibliothek enthält Beispiele in vielen Programmiersprachen. Man kann per Verzeichnistruktur darin navigieren. Der Code wird farblich markiert angezeigt.  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik